* Removing linktrail which doesn't make any sense
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 2 Aug 2008 13:28:34 +0000 (13:28 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 2 Aug 2008 13:28:34 +0000 (13:28 +0000)
* Adding number separators by the request of McDutchie@Betawiki

languages/messages/MessagesIa.php

index 3f248ce..5164c8f 100644 (file)
@@ -11,6 +11,8 @@
  * @author Siebrand
  */
 
+$separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' );
+
 $skinNames = array(
        'cologneblue' => 'Blau Colonia',
 );
@@ -35,7 +37,6 @@ $namespaceNames = array(
        NS_CATEGORY       => 'Categoria',
        NS_CATEGORY_TALK  => 'Discussion_Categoria'
 );
-$linkTrail = "/^([a-z]+)(.*)\$/sD";
 
 $messages = array(
 # User preference toggles